/ Assembly List / LJCDBMessage / DataHTMLTable / DataTableRows

Namespace - LJCDBMessage


Parameters
dataTable - The DataTable object.
maxRows - The maximum number of rows to display.

Returns

The HTML table rows.

Syntax

C#
public static String DataTableRows(DataTable dataTable, Int32 maxRows = 0)

Creates table rows from a DataTable.

Copyright © Lester J. Clark and Contributors.
Licensed under the MIT License.